home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Mail / MailEnclosure / Source.v0.15 / support.h < prev    next >
C/C++ Source or Header  |  1995-06-12  |  144b  |  5 lines

  1. #include <stdio.h>
  2.  
  3. int uuencode(const char *name, const char *inFileName, FILE *fp, short mode);
  4. int base64(const char *inFileName, FILE *fp);
  5.